PDF4Java Reference Documentation
com.o2sol.pdf4java.content.analyzers Package / PDFPageContentAnalysis Class / analyzeMoveTextPositionOperator Method
X offset
Y offset
In This Topic
    analyzeMoveTextPositionOperator Method
    In This Topic
    Called when Td operator is found.
    Syntax
    public void analyzeMoveTextPositionOperator( 
       double x,
       double y
    )

    Parameters

    x
    X offset
    y
    Y offset
    See Also